func runtime.makeProfStack
7 uses
runtime (current package)
mprof.go#L1077: expandedStack := makeProfStack()
mprof.go#L1326: pcbuf := makeProfStack() // see saveg() for explanation
mprof.go#L1369: pcbuf := makeProfStack() // see saveg() for explanation
mprof.go#L1591: pcbuf := makeProfStack() // see saveg() for explanation
mprof.go#L1687: pcbuf = makeProfStack()
proc.go#L1068: func makeProfStack() []uintptr { return make([]uintptr, debug.profstackdepth) }
proc.go#L1071: func pprof_makeProfStack() []uintptr { return makeProfStack() }
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |